type github.com/klauspost/compress/zstd.closeWrapper

5 uses

	github.com/klauspost/compress/zstd (current package)
		decoder.go#L610: 	return closeWrapper{d: d}
		decoder.go#L614: type closeWrapper struct {
		decoder.go#L619: func (c closeWrapper) WriteTo(w io.Writer) (n int64, err error) {
		decoder.go#L624: func (c closeWrapper) Read(p []byte) (n int, err error) {
		decoder.go#L629: func (c closeWrapper) Close() error {